-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add algo aurora #144
Conversation
…t-robotics/QDax into feat/add-algo-aurora
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #144 +/- ##
===========================================
+ Coverage 92.28% 92.30% +0.01%
===========================================
Files 120 125 +5
Lines 7055 7485 +430
===========================================
+ Hits 6511 6909 +398
- Misses 544 576 +32 ☔ View full report in Codecov by Sentry. |
@felixchalumeau, do you have any comment regarding all the refactoring that has been done? 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy with it!
Related issues: #142
This PR introduces AURORA and PGA-AURORA, algorithms that define the behaviour descriptor in an unsupervised manner.
This PR introduces:
Checks
Future improvements
We are pushing this PR to have the code open sourced for ICLR but some part of the code do not reach the code quality standard that we have been fixing for QDax until now. I will open an issue: we will need to clean this in the near future.